home *** CD-ROM | disk | FTP | other *** search
- # C shell commands to define IDL environment variables and aliases.
- #
- # This script can be used by IDL users who use csh as their interactive shell
- # to define the environment variables and aliases required by IDL
- # related commands (idl, idlde, idlhelp, idldemo) if the symbolic links to
- # the default directory (/usr/local/rsi/idl) are not being used.
- #
- # csh users should source idl_setup from their .cshrc files,
- # using the following command:
- #
- # source /d2/hotmix/new_hot/i/idl_5/bin/idl_setup
- #
- setenv IDL_DIR /d2/hotmix/new_hot/i/idl_5
- setenv IDL_PATH \+$IDL_DIR/lib:\+$IDL_DIR/examples
- alias idl $IDL_DIR/bin/idl
- alias idlde $IDL_DIR/bin/idlde
- alias idlhelp $IDL_DIR/bin/idlhelp
- alias idlrpc $IDL_DIR/bin/idlrpc
- alias insight $IDL_DIR/bin/insight
- alias idldemo $IDL_DIR/bin/idldemo
-